home *** CD-ROM | disk | FTP | other *** search
/ Travel Adventure! / Travel Adventure!.iso / pc / _bbs / pcbtool / all.bat next >
DOS Batch File  |  1994-04-16  |  519b  |  24 lines

  1. REM  ---Change this---
  2. REM Set CDROM to the CDROM drive letter that the disk is in (don't forget
  3. REM the ':'!)
  4. set cdrom=m:
  5. REM  ---Change this---
  6.  
  7. REM  ---Change this---
  8. REM Set OUTPUT to the FULL target path for your DIR files
  9. set output=m:\_bbs\pcb
  10. REM  ---Change this---
  11.  
  12. rem you shouldn't have to change anything below this.
  13. set in_type=opus
  14.  
  15. echo y | del %output%\*.*
  16. del dir.lst
  17. del logfile
  18. del ..\logfile
  19.  
  20. %cdrom%\_bbs\each_dir 1    %cdrom%\_bbs\dirs.txt   doit
  21.  
  22. set output=
  23. set in_type=
  24.